home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / mac / midi / cmmdtlkt.hqx / CMU Midi Toolkit 23Mar88 / Moxc Stuff / moxc.h < prev    next >
Text File  |  1988-03-23  |  355b  |  11 lines

  1. /* moxc.h -- functions exported by moxie.c */
  2.  
  3. void    _main(int argc, char * argv[]);
  4. void    cause(int delay, int (*routine)(), ...);
  5. void    loud(int dynamic);
  6. void    m_rest(ulong time);
  7. void    m_restuntil(ulong time);
  8. void    note (int pitch, int duration);        /* return at end of note */
  9. void    pnote (int pitch, int duration);    /* return immediately */
  10. void    quit(void);
  11.